home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / wb / WBTitle13d.lha / sMakeFile < prev    next >
Encoding:
Makefile  |  1995-03-05  |  541 b   |  28 lines

  1. #
  2. #   SAS/C V6.51 MakeFile
  3. #
  4.  
  5. # See SCOPTIONS for compiler-options
  6.  
  7. #SFLAGS  = define ___main=___tinymain
  8. LIBS    = lib:sc.lib lib:amiga.lib lib:VMM_lib.lib
  9. OBJS    = lib:c.o WBTitle.o
  10. #REV     = WBTitle_rev
  11. #GST     = WBTitle.gst
  12.  
  13. all:    WBTitle
  14.  
  15. WBTitle:
  16.         slink from $(OBJS) to WBTitle $(SFLAGS) lib $(LIBS)
  17.  
  18. WBTitle.o:
  19. #        bumprev 37 $(REV)
  20. #        sc gst=$(GST) WBTitle.c
  21.  
  22. #$(GST):
  23. #        sc makegst=$(GST) WBTitle.h
  24.  
  25. WBTitle:    WBTitle.o
  26. WBTitle.o:  WBTitle.c   $(GST)  SCOPTIONS   SMakeFile
  27. #$(GST):         WBTitle.h
  28.